home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / comms / 4dtag12.arj / TEST.BTM (.txt) < prev   
4DOS Compressed Batch-To-Memory File  |  1994-03-08  |  162b  |  12 lines

  1. @echo off
  2. echo Argument 1 is %1
  3. echo Argument 2 is %2
  4. echo Argument 3 is %3
  5. echo Argument 4 is %4
  6. echo Argument 5 is %5
  7. echo Argument 6 is %6
  8. echo Argument 7 is %7
  9. echo Argument 8 is %8
  10. echo Argument 9 is %9
  11. pause
  12.